home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / tek / tekstor.proto.h < prev    next >
Encoding:
Text File  |  1993-06-26  |  403 b   |  15 lines  |  [TEXT/CWIE]

  1. TEKSTOREP    newTEKstore(void);
  2. void freeTEKstore(TEKSTOREP s);
  3. short    addTEKstore(TEKSTOREP s, char d);
  4. void    topTEKstore(TEKSTOREP s);
  5. short    nextTEKitem(TEKSTOREP s);
  6. short    TEKunstore(TEKSTOREP s);
  7.  
  8. #ifdef AARON_CONTORER_HAS_A_BRAIN        // Never true
  9. STOREP newstore(void);
  10. void freestore(STOREP s);
  11. int addstore(STOREP s, char d);
  12. int topstore(STOREP s);
  13. int nextitem(STOREP s);
  14. int unstore(STOREP s);
  15. #endif